home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d12 / scl120.arc / SCL1OLD.H < prev    next >
Text File  |  1990-09-07  |  2KB  |  64 lines

  1. /*******************************************************************************
  2. *       SCL1OLD.H - constant defines for compatibility with SCL1 Library       *
  3. *                   version 1.?                                                *
  4. *                                                                              *
  5. *          Copyright (C) 1990 by José Rodríguez Alvira & José R. Lebrón        *
  6. *******************************************************************************/
  7.  
  8.     /* TrapInt 24 */
  9.  
  10. #define CrtErrFl     I24_CrtErrFl
  11.  
  12.     /* GetExtendedAscii */
  13.  
  14. #define CharTable    GE_CharTable;
  15.  
  16.     /* mouse related */
  17.  
  18. #define LEFT_PRESS  MSE_LPress
  19. #define LEFT_REL    MSE_LRel
  20. #define RIGHT_PRESS MSE_RPress
  21. #define RIGHT_REL   MSE_RRel
  22. #define MOUSE_MOVE  MSE_Move
  23. #define MOVEX       MSE_MoveX
  24. #define MOVEY       MSE_MoveY
  25. #define LPX         MSE_LpX
  26. #define LPY         MSE_LpY
  27. #define LRX         MSE_LrX
  28. #define LRY         MSE_LrY
  29. #define RPX         MSE_RpY
  30. #define RPY         MSE_RpY
  31. #define RRX         MSE_RrX
  32. #define RRY         MSE_RrY
  33. #define MOUSE_FLAG  MSE_MouseFl
  34.  
  35.     /* GetString */
  36.  
  37. #define ANY          CC_ANY+CC_CAPITALIZE
  38. #define any          CC_ANY
  39. #define LETTER       CC_LETTER+CC_CAPITALIZE
  40. #define letter       CC_LETTER
  41. #define digit        CC_DIGIT
  42. #define number       CC_REAL
  43. #define filespec     CC_SEARCH
  44. #define FILESPEC     CC_SEARCH+CC_CAPITALIZE
  45. #define espanol      CC_ESPANOL
  46. #define CAPITALIZE   CC_CAPITALIZE
  47. #define punctuation  CC_PUNCTUATION
  48.  
  49. #define GS_INSERT    GS_Insert
  50. #define GS_EDIT      GS_Edit
  51.  
  52.     /* video related */
  53.  
  54. #define RETRACE_FLAG    VC_Retrace
  55. #define VideoSeg        VC_Segment
  56. #define CURSOR_SIZE     GCS_CursorSize;
  57.  
  58.     /* time related */
  59.  
  60. #define GT_HOURS     GT_Hours
  61. #define GT_MINUTES   GT_Minutes
  62. #define GT_SECONDS   GT_Seconds
  63. #define GT_HUNDRETHS GT_Hundreths
  64.